home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-19 | 581 b | 42 lines | [THED/THTH] |
- |
- | RA¬
- |
- | Program basics
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "RA¬ allows you to either work !"
- "in base 10 or 16.!!"
- 255 ! " decimal = "
- Ñ | switch to hex
- 0FF !
- ╝ | switch to decimal
- " hex. !!"
- "NOTE: All output is forced to!"
- "decimal.!!"
- #A;
- "THE END."
- $
- &A "Hit any key:" ?ñ @ ╡`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 ╜
- "RA¬"
- 60 45 ╜
- "⌐ 1986 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
-
- &L
- 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
-
- &P ?ñ @ `
- $